home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / treesavr.lzh / TREESAVR.INF < prev    next >
Text File  |  1990-11-11  |  950b  |  26 lines

  1. # TreeSaver configuration file for V2.50 and greater
  2. #
  3. # The codes assigned to PRINTER_INIT and PRINTER_RESET below are for
  4. # Epson MX/LX/FX printers and compatibles. PRINTER_INIT sets the print
  5. # pitch to compressed elite. PRINTER_RESET resets the printer.
  6. #
  7. # For TreeSaver to work, the printer must be able to print 160 columns.
  8. #
  9. # The codes assigned to PRINTER_INIT and PRINTER_RESET (on the right side of
  10. # the "=") are hexadecimal numbers. Your printer manual probably lists
  11. # printer control codes in hexadecimal. Each pair of hexadecimal digits
  12. # represents a single byte. Each byte must be represented by 2 hexadecimal
  13. # digits, so a 0 is represented as 00. For example, the sequence "ESC 'M'"
  14. # is represented in hexadecimal as "1b4d".
  15. #
  16. PRINTER_INIT=1b4d0f
  17. PRINTER_RESET=1b40
  18. #
  19. # TAB_STOP is the width of a tab stop in spaces.
  20. #
  21. TAB_STOP=8
  22. #
  23. # PAGE_HEIGHT is the height of a paper page in lines.
  24. #
  25. PAGE_HEIGHT=66
  26.